Conversation
- Integrate ld-aic-cicd testing framework as dev dependency - Add GitHub Actions workflow for automated AI config validation - Create comprehensive test dataset for all three agents: * supervisor-agent: Multi-agent routing and orchestration * support-agent: RAG + MCP research capabilities * security-agent: PII detection and compliance - Enable CI/CD validation on PRs and pushes - Add judge-based evaluation for quality assurance - Configure production config sync with drift detection This enables automated testing of LaunchDarkly AI Configs to catch configuration issues before deployment.
🔍 AI Config Validation ResultsEnvironment: production Summary✅ Valid: 3 Issues Foundsecurity-agent
supervisor-agent
support-agent
|
…mits The judge evaluator was using GPT-4o (OpenAI) which hit quota limits during testing. Switching to Claude 3.5 Sonnet (Anthropic) to continue running CI tests without interruption. Changes: - Added --judge-model claude-3-5-sonnet-20241022 flag - Added --judge-provider anthropic flag - Judge evaluations will now use Claude instead of GPT-4o Benefits: - Avoids OpenAI API quota limits - Uses available Anthropic credits - Same evaluation quality (both are frontier models)
🔍 AI Config Validation ResultsEnvironment: production Summary✅ Valid: 3 Issues Foundsecurity-agent
supervisor-agent
support-agent
|
🔍 AI Config Validation ResultsEnvironment: production Summary✅ Valid: 3 Issues Foundsecurity-agent
supervisor-agent
support-agent
|
…quota limits" This reverts commit df66e38.
🔍 AI Config Validation ResultsEnvironment: production Summary✅ Valid: 3 Issues Foundsecurity-agent
supervisor-agent
support-agent
|
25ab6ac to
aea5fea
Compare
🔍 AI Config Validation ResultsEnvironment: production Summary✅ Valid: 3 Issues Foundsecurity-agent
supervisor-agent
support-agent
|
- Changed repository reference from scarlett_ai_configs_ci_cd- to ld-aic-cicd- - Updated all 3 workflow jobs: validate-configs, evaluate-configs, sync-production - Maintains compatibility with feature/user-friendly-setup branch
Repository has not been renamed on GitHub yet. Keeping original name until rename is completed.
🔍 AI Config Validation ResultsEnvironment: production Summary✅ Valid: 3 Issues Foundsecurity-agent
supervisor-agent
support-agent
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.